Description | : **Applies to:** see [pricing tiers](https://aka.ms/AzureMapsPricingTier). Creator makes it possible to develop applications based on your private indoor map data using Azure Maps API and SDK. See the [Creator for indoor maps](https://docs.microsoft.com/azure/azure-maps/creator-indoor-maps) article for an introduction to the Azure Maps Creator concepts and tools. The Wayfinding Service API is part of Creator, and adheres to the [Open Geospatial Consortium](http://docs.opengeospatial.org/is/17-069r3/17-069r3.html) standard and uses indoor maps data from the routeset to calculate the best path between two locations within the same facility. |
Reference | : Link ¶ |
⚼ Request
GET:
/wayfinding/path
{
x-ms-client-id:
string
,
api-version:
string
,
routesetId:
string
,
facilityId:
string
,
fromPoint:
string
,
fromLevel:
integer
,
toPoint:
string
,
toLevel:
integer
,
avoidFeatures:
array
,
minWidth:
number
,
}
⚐ Response (200)
{
noResultExplanation:
enum
,
paths:
}
[
]
,
{
,
lengthInMeters:
number
,
timeInSeconds:
integer
,
legs:
}
[
]
,
{
,
mode:
string
,
lengthInMeters:
number
,
timeInSeconds:
integer
,
startLevel:
integer
,
endLevel:
integer
,
points:
}
[
]
,
{
,
latitude:
number
,
longitude:
number
,
}
⚐ Response (default)
{
error:
}
{
,
code:
string
,
message:
string
,
target:
string
,
details:
[
,
string
,
]
additionalInfo:
}
[
]
,
{
,
type:
string
,
info:
object
,
}